home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000849_lauraf@eecs.umich.edu_Tue Aug 16 10:14:17 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  947b

  1. Received: from wolf.eecs.umich.edu by cs.umb.edu with SMTP id AA20674
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 16 Aug 1994 14:13:25 -0400
  3. Received: (lauraf@localhost) by wolf.eecs.umich.edu (8.6.8/8.6.4) id OAA19433; Tue, 16 Aug 1994 14:14:17 -0400
  4. Date: Tue, 16 Aug 1994 14:14:17 -0400
  5. From: Laura Falk <lauraf@eecs.umich.edu>
  6. Message-Id: <199408161814.OAA19433@wolf.eecs.umich.edu>
  7. To: tex-k@cs.umb.edu
  8. Cc: lauraf@wolf.eecs.umich.edu
  9. Subject: db.c patch 
  10.  
  11.  
  12. I am trying to recompile kpathsea with the -DTEST flag but it doesn't work.
  13. Here is the error: 
  14.  
  15. gcc  -I. -I. -I.. -I./..    -DDB_DIR=\"/usr/gnu/tex\" \
  16.   -g  -DTEST -c ./pathsearch.c
  17. ./pathsearch.c: In function `test_path_search':
  18. ./pathsearch.c:276: too few arguments to function `kpse_path_search'
  19. make: *** [pathsearch.o] Error 1
  20.  
  21. I read the ChangeLog but unfortunately it didn't give me enough info to fix the
  22. problem.
  23.  
  24. Thanks for your help.
  25.  
  26. --Laura